/ Assembly List / LJCDBMessage / ResultConverter`2 / CreateDataFromTable

Namespace - LJCDBMessage


Parameters
dataTable - The DataTable object.
dataRow - The DataRow object.
dataDefinition - The DbColumns object.

Returns

The Data Object.

Syntax

C#
public TData CreateDataFromTable(DataTable dataTable, DataRow dataRow = null, DbColumns dataDefinition = null)

Creates a Data Object from the row values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.